home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / virus / vds30j.arj / VDSFSCAN.INI < prev    next >
Text File  |  1994-03-14  |  2KB  |  60 lines

  1. ; This is an INI file for VDSFSCAN and VFSLITE
  2. ; It has entries for flag settings that guide the operation of the programs
  3.  
  4. ;  Set the following to Yes on Laptops.
  5. LCDSCREEN = No
  6.  
  7. ; Message to display when a virus is found. Leave blank after = if none.
  8. ALERTMSG=Call system administrator at x5112 ASAP! You have a virus.
  9.  
  10. ; Report should be sent to the following file. Leave blank after = if none.
  11. REPORT=C:\VFS-STAT.LOG
  12.  
  13. ; File for the user-defined signatures. Leave blank after = if none.
  14. EXTSIGS=C:\XTERNAL.SIG
  15.  
  16. ; Ignore the following directories during scan
  17. IGNOREDIR=0
  18.  
  19. ; Ignore the following files during scan
  20. IGNOREFILE=2
  21. C:\CONFIG.SYS
  22. C:\AUTOEXEC.BAT
  23.  
  24. ; Directory where the infected programs are copied to
  25. QUARANTINE=C:\VDS-CELL
  26.  
  27. ; Specify frequency of scanning in days. 0 for scanning every time.
  28. FREQUENCY=0
  29.  
  30. ; Files are scanned entirely or partially. Leave it at partial (No) normally.
  31. FULLSCAN=No
  32.  
  33. ; Which files to scan. Normally, set it to No.
  34. ALLSCAN=No
  35.  
  36. ; Scan all local drives starting with C: if no command line parameters are given.
  37. LOCALSCAN=No
  38.  
  39. ; Scan base memory.
  40. MEMSCAN=Yes
  41.  
  42. ; Scan upper memory.
  43. UMBSCAN=No
  44.  
  45. ; Pause if a virus is discovered or an error has occurred.
  46. PAUSE=Yes
  47.  
  48. ; Allow Break/ESC during scan.
  49. ALLOWBREAK=Yes
  50.  
  51. ; Beep if a virus is discovered or an error has occurred.
  52. BEEP=Yes
  53.  
  54. ; Remove infected files. If PAUSE is set to No above, it is automatic.
  55. ERASEFILE=No
  56.  
  57. ; Heuristic scan is on by default. Set it to No if causes false positives.
  58. HEURISTICSCAN=No
  59.  
  60.